[INFO] cloning repository https://github.com/lantos1618/sumup-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lantos1618/sumup-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flantos1618%2Fsumup-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flantos1618%2Fsumup-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b363d3124ae905a2dff6c9f04caad6d16718ff69
[INFO] testing lantos1618/sumup-rs against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flantos1618%2Fsumup-rs" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lantos1618/sumup-rs
[INFO] finished tweaking git repo https://github.com/lantos1618/sumup-rs
[INFO] tweaked toml for git repo https://github.com/lantos1618/sumup-rs written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lantos1618/sumup-rs on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lantos1618/sumup-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded deadpool v0.10.0
[INFO] [stderr]   Downloaded windows-registry v0.5.3
[INFO] [stderr]   Downloaded wiremock v0.6.4
[INFO] [stderr]   Downloaded rustls v0.23.29
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 633cf79b1e32628c56f314b06eb90e2658aa553d92e82efa25a2e0867fa2cc1f
[INFO] running `Command { std: "docker" "start" "-a" "633cf79b1e32628c56f314b06eb90e2658aa553d92e82efa25a2e0867fa2cc1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "633cf79b1e32628c56f314b06eb90e2658aa553d92e82efa25a2e0867fa2cc1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "633cf79b1e32628c56f314b06eb90e2658aa553d92e82efa25a2e0867fa2cc1f", kill_on_drop: false }`
[INFO] [stdout] 633cf79b1e32628c56f314b06eb90e2658aa553d92e82efa25a2e0867fa2cc1f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cb50b4871fcbd5ea16c1df7c704841d685fb07c718dabb6f0a3428a827549c0f
[INFO] running `Command { std: "docker" "start" "-a" "cb50b4871fcbd5ea16c1df7c704841d685fb07c718dabb6f0a3428a827549c0f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling cc v1.2.30
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling slab v0.4.10
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling rust_decimal v1.39.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling secrecy v0.8.0
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling tokio v1.46.1
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling h2 v0.4.11
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling hyper-util v0.1.16
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.22
[INFO] [stderr]    Compiling sumup-rs v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.50s
[INFO] running `Command { std: "docker" "inspect" "cb50b4871fcbd5ea16c1df7c704841d685fb07c718dabb6f0a3428a827549c0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb50b4871fcbd5ea16c1df7c704841d685fb07c718dabb6f0a3428a827549c0f", kill_on_drop: false }`
[INFO] [stdout] cb50b4871fcbd5ea16c1df7c704841d685fb07c718dabb6f0a3428a827549c0f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ac1717ce1cd7d841501a861c68c3782c72ce1d7c2fb8708efb0be8b48ca96d7c
[INFO] running `Command { std: "docker" "start" "-a" "ac1717ce1cd7d841501a861c68c3782c72ce1d7c2fb8708efb0be8b48ca96d7c", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling tokio v1.46.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling rust_decimal v1.39.0
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling deadpool v0.10.0
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling h2 v0.4.11
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling hyper-util v0.1.16
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling wiremock v0.6.4
[INFO] [stderr]    Compiling reqwest v0.12.22
[INFO] [stderr]    Compiling sumup-rs v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated associated function `sumup_rs::SumUpClient::with_custom_url`: Use SumUpClient::builder().api_key(key).base_url(url).build() instead
[INFO] [stdout]   --> tests/customers.rs:66:22
[INFO] [stdout]    |
[INFO] [stdout] 66 |         SumUpClient::with_custom_url("test-api-key".to_string(), mock_server.uri()).unwrap();
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `sumup_rs::SumUpClient::with_custom_url`: Use SumUpClient::builder().api_key(key).base_url(url).build() instead
[INFO] [stdout]    --> tests/customers.rs:117:22
[INFO] [stdout]     |
[INFO] [stdout] 117 |         SumUpClient::with_custom_url("test-api-key".to_string(), mock_server.uri()).unwrap();
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `sumup_rs::SumUpClient::with_custom_url`: Use SumUpClient::builder().api_key(key).base_url(url).build() instead
[INFO] [stdout]    --> tests/customers.rs:150:22
[INFO] [stdout]     |
[INFO] [stdout] 150 |         SumUpClient::with_custom_url("test-api-key".to_string(), mock_server.uri()).unwrap();
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `sumup_rs::SumUpClient::with_custom_url`: Use SumUpClient::builder().api_key(key).base_url(url).build() instead
[INFO] [stdout]  --> tests/team_management.rs:8:31
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let client = SumUpClient::with_custom_url("test_api_key".to_string(), mock_server.uri()).unwrap();
[INFO] [stdout]   |                               ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `sumup_rs::SumUpClient::with_custom_url`: Use SumUpClient::builder().api_key(key).base_url(url).build() instead
[INFO] [stdout]   --> tests/team_management.rs:49:31
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let client = SumUpClient::with_custom_url("test_api_key".to_string(), mock_server.uri()).unwrap();
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `sumup_rs::SumUpClient::with_custom_url`: Use SumUpClient::builder().api_key(key).base_url(url).build() instead
[INFO] [stdout]    --> tests/merchant.rs:219:22
[INFO] [stdout]     |
[INFO] [stdout] 219 |         SumUpClient::with_custom_url("test_api_key".to_string(), mock_server.uri()).unwrap();
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `sumup_rs::merchant::<impl sumup_rs::SumUpClient>::get_merchant_profile`: The /v0.1/me endpoint is deprecated in the SumUp OpenAPI spec. Use list_memberships() to get merchant codes, then get_merchant() for details.
[INFO] [stdout]    --> tests/merchant.rs:233:25
[INFO] [stdout]     |
[INFO] [stdout] 233 |     let result = client.get_merchant_profile().await;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `sumup_rs::SumUpClient::with_custom_url`: Use SumUpClient::builder().api_key(key).base_url(url).build() instead
[INFO] [stdout]    --> tests/merchant.rs:251:22
[INFO] [stdout]     |
[INFO] [stdout] 251 |         SumUpClient::with_custom_url("test_api_key".to_string(), mock_server.uri()).unwrap();
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `sumup_rs::merchant::<impl sumup_rs::SumUpClient>::get_merchant_profile`: The /v0.1/me endpoint is deprecated in the SumUp OpenAPI spec. Use list_memberships() to get merchant codes, then get_merchant() for details.
[INFO] [stdout]   --> examples/oauth_flow.rs:28:30
[INFO] [stdout]    |
[INFO] [stdout] 28 |         let profile = client.get_merchant_profile().await?;
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sumup-rs` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/cced03bfd61a304243a34504618ecec86c17063f/bin/rustc --crate-name sumup_rs --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "integration-tests"))' -C metadata=c1a740ce66ec0ab2 -C extra-filename=-8f9485ae7f7ec4e0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern chrono=/opt/rustwide/target/debug/deps/libchrono-9b85139535b726a2.rlib --extern dotenv=/opt/rustwide/target/debug/deps/libdotenv-ed16f8757ac7f100.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-e8943c660cd9173e.rlib --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-b0365f017cfa3b48.rlib --extern secrecy=/opt/rustwide/target/debug/deps/libsecrecy-3fd1abb10f1448de.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-9e159bbfa519755c.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-f37c76c961c3d602.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-96bee0d23505c26e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-cd0c46b8de98b711.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-5999dad8e26b4dca.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-7a25953188e62c47.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-2e57689ab08a86e0.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-8f2e94c860f88b29.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `sumup-rs` (test "payments")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/cced03bfd61a304243a34504618ecec86c17063f/bin/rustc --crate-name payments --edition=2021 tests/payments.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "integration-tests"))' -C metadata=3550c91765de5afb -C extra-filename=-b128e095fea975e1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern chrono=/opt/rustwide/target/debug/deps/libchrono-9b85139535b726a2.rlib --extern dotenv=/opt/rustwide/target/debug/deps/libdotenv-ed16f8757ac7f100.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-e8943c660cd9173e.rlib --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-b0365f017cfa3b48.rlib --extern secrecy=/opt/rustwide/target/debug/deps/libsecrecy-3fd1abb10f1448de.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-9e159bbfa519755c.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-f37c76c961c3d602.rlib --extern sumup_rs=/opt/rustwide/target/debug/deps/libsumup_rs-f4f6f765ca764987.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-96bee0d23505c26e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-cd0c46b8de98b711.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-5999dad8e26b4dca.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-7a25953188e62c47.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-2e57689ab08a86e0.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-8f2e94c860f88b29.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `sumup-rs` (test "merchant"); 3 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/cced03bfd61a304243a34504618ecec86c17063f/bin/rustc --crate-name merchant --edition=2021 tests/merchant.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "integration-tests"))' -C metadata=569be5fed2dc08d6 -C extra-filename=-4001ee88a7e768f3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern chrono=/opt/rustwide/target/debug/deps/libchrono-9b85139535b726a2.rlib --extern dotenv=/opt/rustwide/target/debug/deps/libdotenv-ed16f8757ac7f100.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-e8943c660cd9173e.rlib --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-b0365f017cfa3b48.rlib --extern secrecy=/opt/rustwide/target/debug/deps/libsecrecy-3fd1abb10f1448de.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-9e159bbfa519755c.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-f37c76c961c3d602.rlib --extern sumup_rs=/opt/rustwide/target/debug/deps/libsumup_rs-f4f6f765ca764987.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-96bee0d23505c26e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-cd0c46b8de98b711.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-5999dad8e26b4dca.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-7a25953188e62c47.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-2e57689ab08a86e0.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-8f2e94c860f88b29.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `sumup-rs` (test "customers"); 3 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/cced03bfd61a304243a34504618ecec86c17063f/bin/rustc --crate-name customers --edition=2021 tests/customers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "integration-tests"))' -C metadata=c8338ae1cb9417e8 -C extra-filename=-c1f54bb678e3c96e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern chrono=/opt/rustwide/target/debug/deps/libchrono-9b85139535b726a2.rlib --extern dotenv=/opt/rustwide/target/debug/deps/libdotenv-ed16f8757ac7f100.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-e8943c660cd9173e.rlib --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-b0365f017cfa3b48.rlib --extern secrecy=/opt/rustwide/target/debug/deps/libsecrecy-3fd1abb10f1448de.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-9e159bbfa519755c.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-f37c76c961c3d602.rlib --extern sumup_rs=/opt/rustwide/target/debug/deps/libsumup_rs-f4f6f765ca764987.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-96bee0d23505c26e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-cd0c46b8de98b711.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-5999dad8e26b4dca.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-7a25953188e62c47.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-2e57689ab08a86e0.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-8f2e94c860f88b29.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustchxS5Tf/symbols.o" "<9 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libwiremock-8f2e94c860f88b29,libfutures-6d93869840d76128,libfutures_executor-7abbf3706fe31250,libdeadpool-d17795070d8e6e60,libnum_cpus-1c6dff90bbbb8e3a,libdeadpool_runtime-cddf124178e13e59,libregex-a62af667989b07cd,libregex_automata-3f53b7c164670e44,libaho_corasick-418b505fef5c6941,libregex_syntax-13fc688ae7f36982,libassert_json_diff-46488431addc4ee1,libsumup_rs-f4f6f765ca764987,liburlencoding-2e57689ab08a86e0,libthiserror-96bee0d23505c26e,librust_decimal-b0365f017cfa3b48,libarrayvec-e69e5f78daccaf57,libchrono-9b85139535b726a2,libiana_time_zone-693b81a5c0b46492,libnum_traits-24a8eb6820b910ab,libsecrecy-3fd1abb10f1448de,libreqwest-e8943c660cd9173e,libserde_urlencoded-a5d878bd5422640e,librustls_pki_types-79b15f25d8c35cfa,libzeroize-ead98f074a37f829,libhyper_tls-a7ff4ee00a2aea8a,libtokio_native_tls-c01bacebd42ae054,libmime-4b44681fdb2c65f7,libencoding_rs-ecbcb0c86dcc51a7,libserde_json-f37c76c961c3d602,libryu-0ea4bafc9bef6d8b,libserde-9e159bbfa519755c,libserde_core-8323e53422f20d71,libtower_http-7eda5f1d7ef6bc51,libiri_string-a380f51e5b0b7b73,libtower-e767a8df702ddf12,libtower_layer-d70c7e404336389b,libnative_tls-cb1b77021dca6dc2,libopenssl_probe-cbab9b905ab83f66,libopenssl-bbabd9ba845e9642,libbitflags-999d889d9694453e,libforeign_types-5fe497e04623184e,libforeign_types_shared-1d09a6084921ca40,libopenssl_sys-e388e03caaf6458e,libhyper_util-2a66cdd6a85706f5,libbase64-2a03de3babadded3,libipnet-9aae67a4e846df6d,libsocket2-387e3b276dd3a2bf,libtower_service-0d7df29686b13872,libhyper-ea82645692b2449a,libwant-7ab32758a94a943e,libtry_lock-aabba5e3d97e6b57,libhttparse-4b1ed73b760072b9,libh2-b0092c6b5fe642cf,libtracing-6b01bcf5f11b4b22,libtracing_core-e88fd22da97e6ef2,libonce_cell-0ba6aecba7086d38,libindexmap-fb3ae6ea90f53af1,libequivalent-7e0e8cbe6c474a67,libhashbrown-00f937fe1169347c,libatomic_waker-001109810bdecbaa,libtokio_util-99bd441e68c6a165,libhttpdate-9f9d2502c6a38412,libfutures_util-b6514c0b227bb211,libmemchr-6f5829dadd40eda8,libfutures_io-3e19596c076de665,libslab-bf5a4eed15154f64,libfutures_channel-c679acf38b3b9ea3,libfutures_sink-be8442ee548d90f9,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,libtokio-cd0c46b8de98b711,libsignal_hook_registry-ba885afed2dd80d9,libsocket2-7b301d299e85a620,libmio-e44b863bc2484802,libparking_lot-212a4b21a55013a5,libparking_lot_core-a620a735af203165,liblibc-0f8586cc3118ad93,libcfg_if-5a199b0ec0054672,liblock_api-edfa5fe2846e5bf9,libscopeguard-d52bd00767847e44,libhttp_body_util-67dd3ebadf32b4c0,libpin_project_lite-bedc6e0acd72ff2a,libhttp_body-eab26e8a1c030c72,liblog-394b918668cad64a,liburl-7a25953188e62c47,libidna-f7b1d52cdcf24258,libutf8_iter-0d9be7b316c2b184,libidna_adapter-23d235ca019c0682,libicu_properties-e651974d21187eb3,libicu_properties_data-be64ae96cf57ee64,libicu_normalizer-4a8cb320086f0706,libsmallvec-5854932b8c8b4991,libicu_normalizer_data-f5259d77029e31c4,libicu_collections-d2d5ad4454d4fb6b,libpotential_utf-794484b61ddc8f8c,libicu_provider-cda9264d6eb75269,libicu_locale_core-af5b187bce3d1bc7,libtinystr-545e5bc415b416ba,liblitemap-aaec3d88bc2b9505,libwriteable-1fc78dfe07ba1099,libzerovec-1950ba5283edba3a,libzerotrie-318e90f9bf02d6b6,libyoke-b875a8db238e9bd3,libstable_deref_trait-e5f295e98f1b80b2,libzerofrom-186e415bc2479181,libform_urlencoded-9a3b196401a840c1,libpercent_encoding-9bee39bbc5bd523a,libhttp-b47bc680ed14946e,libitoa-6b76ec393d6a2c41,libbytes-bfe11088fe358bd1,libfnv-2d77ec4f6f971b24,libsync_wrapper-a3845461b7db14a0,libfutures_core-fc6bb1738f00fc87}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustchxS5Tf/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/team_management-5540bb46ab5006e6" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sumup-rs` (test "team_management") due to 1 previous error; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "ac1717ce1cd7d841501a861c68c3782c72ce1d7c2fb8708efb0be8b48ca96d7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac1717ce1cd7d841501a861c68c3782c72ce1d7c2fb8708efb0be8b48ca96d7c", kill_on_drop: false }`
[INFO] [stdout] ac1717ce1cd7d841501a861c68c3782c72ce1d7c2fb8708efb0be8b48ca96d7c
